Ektron CMS400.Net Reference
You can include help for any widget that has the help icon ().
The help icon only appears when a user is editing a PageBuilder page. The icon appears both when a user is viewing a widget and editing its properties.
It is not available to a page’s site visitors.
To create a widget’s help file, follow these steps.
You could create a content block within Ektron CMS400.NET then switch to source view, copy the content into a word processor (like Notepad), and save it with an HTML extension.
protected void Page_Init(object sender, EventArgs e) { _host = Ektron.Cms.Widget.WidgetHost.GetHost(this); _host.HelpFile = "~/widgets/myWidget/help.html";